tsvData
Type
property
Summary
Gets or sets the data to display the chart in TSV format
Syntax
set the tsvData of widget to <TSV Data>
get the tsvData of widget
Description
Simple way to set chart data, but with limited possibilities. Property tsvData is no compatible with all types of charts, y the number of elements of the data to set is the same as the.
Examples
on mouseUp
set the lockChartUpdates of widget "Chart View" to true
set the tsvData of widget "Chart View" to the pgText of group "DataGrid 2"
set the lockChartUpdates of widget "Chart View" to false
end mouseUp
Compatibility and Support
OS
mac
windows
linux
ios
android
web